const net/http.http2stateClosed
9 uses
net/http (current package)
h2_bundle.go#L3406: http2stateClosed
h2_bundle.go#L3414: http2stateClosed: "Closed",
h2_bundle.go#L4498: return http2stateClosed, nil
h2_bundle.go#L4502: return http2stateClosed, nil
h2_bundle.go#L5006: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L5061: case http2stateClosed:
h2_bundle.go#L5447: if st.state == http2stateIdle || st.state == http2stateClosed {
h2_bundle.go#L5450: st.state = http2stateClosed
h2_bundle.go#L6271: if st.state != http2stateHalfClosedRemote && st.state != http2stateClosed {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |